diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49d1812e..9929cd24 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@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2 + uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3 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@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2 + uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3 with: build: docker build -t maputnik . start: docker run --rm --network host maputnik --port=8888