Skip to content

Commit

Permalink
self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 23, 2024
1 parent b4580ff commit b28018b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -29,7 +29,6 @@ jobs:
sudo apt update
sudo apt install --yes openssh-server=1:8.9p1-3ubuntu0.7
sudo apt install --yes tree
rm -rf /opt/hostedtoolcache/CodeQL /opt/hostedtoolcache/go /opt/hostedtoolcache/node /opt/hostedtoolcache/Ruby /opt/actionarchivecache
sudo service ssh start
- name: Initialize Terraform infrastructure
Expand Down

0 comments on commit b28018b

Please sign in to comment.