Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 24, 2024
1 parent f160876 commit d188c1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29

- name: Install arturo
uses: curl -sSL https://get.arturo-lang.io/latest | sh
- name: Install Arturo
uses: arturo-lang/arturo-action@31d082d43fab571e48cd61c8b84fb8f0c66faab4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Verify all exercises
run: bin/verify-exercises

0 comments on commit d188c1d

Please sign in to comment.