Commit 859599e1 authored by Will Cory's avatar Will Cory Committed by GitHub
parent 2435bb6c
......@@ -56,7 +56,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
......
......@@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
......
......@@ -11,8 +11,8 @@ jobs:
ports:
- 5000:5000
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
steps:
- uses: actions/checkout@v2
......@@ -53,7 +53,7 @@ jobs:
- name: Run the sync tests
working-directory: ./integration-tests
run: |
yarn
yarn --frozen-lockfile
yarn build
yarn test:sync
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment