Skip to content

Commit

Permalink
Merge pull request #18 from paldepind/fix-ci
Browse files Browse the repository at this point in the history
Install dependencies needed in CI
  • Loading branch information
paldepind authored Aug 24, 2024
2 parents e9f9f30 + dbcf317 commit c23dd73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install tools used in tests
run: |
npm install -g pnpm
- name: Run tests
run: dash run-tests.sh

0 comments on commit c23dd73

Please sign in to comment.