Remove container
This commit is contained in:
@@ -9,10 +9,6 @@ on:
|
||||
jobs:
|
||||
cypress-run:
|
||||
runs-on: ubuntu-latest
|
||||
# Update from https://hub.docker.com/r/cypress/browsers/tags
|
||||
container:
|
||||
image: cypress/browsers:node16.14.0-chrome99-ff97
|
||||
# options: --user 1001
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -29,7 +25,10 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node_modules-build-
|
||||
|
||||
- run: chown -R 1001:1001 /github/home/.cache && echo "pwn dat cache"
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Build & Lint
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user