Merge pull request #79 from cachix/nix-13

install-nix-action-v13
This commit is contained in:
Domen Kožar 2021-04-02 17:26:31 +02:00 committed by GitHub
commit d2627f2819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
# check if typescript generation was committed # check if typescript generation was committed
- run: git diff --exit-code - run: git diff --exit-code
- uses: cachix/install-nix-action@v12 - uses: cachix/install-nix-action@v13
- name: Test public cache - name: Test public cache
uses: ./ uses: ./
with: with:
@ -31,10 +31,10 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- uses: cachix/install-nix-action@v12 - uses: cachix/install-nix-action@v13
- name: Test public cache no signing key - name: Test public cache no signing key
uses: ./ uses: ./
with: with:
@ -47,10 +47,10 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- uses: cachix/install-nix-action@v12 - uses: cachix/install-nix-action@v13
- name: Test private cache - name: Test private cache
uses: ./ uses: ./
with: with:
@ -65,10 +65,10 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- uses: cachix/install-nix-action@v12 - uses: cachix/install-nix-action@v13
- name: Test private cache - name: Test private cache
uses: ./ uses: ./
with: with: