Skip to content

Commit

Permalink
Update the test to use 0.4.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Mar 22, 2023
1 parent 019ccc0 commit d6e55af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Build & Test
run: npm run test

test_v0_3_3:
name: Test version 0.3.3
test_v0_4_0:
name: Test version 0.4.0
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Run sccache-cache
uses: ./
with:
version: "v0.3.3"
version: "v0.4.0"

- name: Run sccache for check
shell: bash
Expand Down

0 comments on commit d6e55af

Please sign in to comment.