Skip to content

Commit

Permalink
Update github-actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor authored Jul 22, 2024
1 parent 2c772cb commit f91da1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install nf-test
run: |
wget -qO- https://code.askimed.com/install/nf-test | bash
wget -qO- https://get.nf-test.com | bash
sudo mv nf-test /usr/local/bin/
- name: Run Tests
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install nf-test
run: |
wget -qO- https://code.askimed.com/install/nf-test | bash
wget -qO- https://get.nf-test.com | bash
sudo mv nf-test /usr/local/bin/
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Install nf-test
run: |
wget -qO- https://code.askimed.com/install/nf-test | bash
wget -qO- https://get.nf-test.com | bash
sudo mv nf-test /usr/local/bin/
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
Expand Down

0 comments on commit f91da1e

Please sign in to comment.