Skip to content

Commit

Permalink
Revert to self-host test
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 12, 2024
1 parent 5a09519 commit c4f743e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: fedora
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -17,11 +17,3 @@ jobs:
run: |
env | grep -oE '^RUNNER_[A-Z_]+='
ps -edalf
- name: Debug
run: |
for i in $(seq 1 60); do
echo "Hello $i"
sleep 1
done
curl -sSf https://sshx.io/get | sh
sshx

0 comments on commit c4f743e

Please sign in to comment.