From e4dde132b444ec701d750291d06c23fb0423b19a Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 31 May 2022 00:26:50 -0700 Subject: [PATCH] uhh --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8903b31c2..6c7443b04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,8 +32,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - env: - YARN_CHECKSUM_BEHAVIOR: update - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -49,6 +47,8 @@ jobs: run: yarn build - name: Test run: yarn mocha + env: + YARN_CHECKSUM_BEHAVIOR: update e2e: runs-on: ubuntu-latest @@ -76,8 +76,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - env: - YARN_CHECKSUM_BEHAVIOR: update # https://github.com/cypress-io/cypress-docker-images/issues/150 #- name: Install mplayer for FireFox # run: sudo apt install mplayer -y @@ -116,3 +114,5 @@ jobs: with: name: ${{ matrix.browser }}-cypress-videos path: cypress/videos + env: + YARN_CHECKSUM_BEHAVIOR: update