Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Feb 13, 2025
1 parent 38e7970 commit 1b24a0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-futureproof-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version: "latest"
- name: "provision dev tools"
run: "npm install"
- run: "npm test"
- run: |
npm install -g
npm test
6 changes: 3 additions & 3 deletions .github/workflows/test-futureproof-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version: "20.17.0"
- name: "provision dev tools"
run: "npm install"
- run: "npm test"
- run: |
npm install -g
npm test
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
node-version: "20.17.0"
- name: "provision dev tools"
run: "npm install"
- run: "npm test"
- run: |
npm install -g
npm test

0 comments on commit 1b24a0b

Please # to comment.