diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4de5d2b3..3005a4fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: with: { persist-credentials: false } - run: npm ci - name: Cypress run - uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3 + uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 with: build: npm run build start: npm run start @@ -133,7 +133,7 @@ jobs: with: { persist-credentials: false } - run: npm ci - name: Cypress run - uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3 + uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 with: build: docker build -t maputnik . start: docker run --rm --network host maputnik --port=8888