Remove container

This commit is contained in:
Sidharth Vinod
2022-05-27 14:57:36 +05:30
parent de6e91075f
commit 23bb0a83c0
+4 -5
View File
@@ -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: |