Skip to content

Commit

Permalink
remove container
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy authored Aug 4, 2023
1 parent 859eb9b commit b66fdf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
install:
runs-on: ubuntu-latest
timeout-minutes: 90
container:
image: cypress/browsers:node16.13.0-chrome95-ff94
options: --user 1001
# container:
# image: cypress/browsers:node16.13.0-chrome95-ff94
# options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b66fdf2

Please sign in to comment.