diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ca63684..f3e8c6e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: node-version-file: '.nvmrc' - run: npm ci - name: Cypress run - uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 + uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5 with: build: npm run build start: npm run start @@ -142,7 +142,7 @@ jobs: node-version-file: '.nvmrc' - run: npm ci - name: Cypress run - uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 + uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5 with: build: docker build -t maputnik . start: docker run --rm --network host maputnik --port=8888