mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-07 20:04:02 +00:00
Update the test to use 0.4.0 (#24)
This commit is contained in:
@@ -37,8 +37,8 @@ jobs:
|
|||||||
- name: Build & Test
|
- name: Build & Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|
||||||
test_v0_3_3:
|
test_v0_4_0:
|
||||||
name: Test version 0.3.3
|
name: Test version 0.4.0
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
- name: Run sccache-cache
|
- name: Run sccache-cache
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: "v0.3.3"
|
version: "v0.4.0"
|
||||||
|
|
||||||
- name: Run sccache for check
|
- name: Run sccache for check
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user