Skip to content

Commit

Permalink
Merge pull request #79 from cachix/nix-13
Browse files Browse the repository at this point in the history
install-nix-action-v13
  • Loading branch information
domenkozar authored Apr 2, 2021
2 parents 6e2051a + 691ca2d commit d2627f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile
- run: yarn build
# check if typescript generation was committed
- run: git diff --exit-code
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v13
- name: Test public cache
uses: ./
with:
Expand All @@ -31,10 +31,10 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v13
- name: Test public cache no signing key
uses: ./
with:
Expand All @@ -47,10 +47,10 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v13
- name: Test private cache
uses: ./
with:
Expand All @@ -65,10 +65,10 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v13
- name: Test private cache
uses: ./
with:
Expand Down

0 comments on commit d2627f2

Please sign in to comment.