Skip to content

Commit

Permalink
do not use container
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Oct 24, 2023
1 parent c4438a1 commit c557bc0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,10 @@ jobs:
record:
name: UI tests
runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.13.0-chrome95-ff94
options: --user 1001
# container:
# image: cypress/browsers:node16.13.0-chrome95-ff94
# options: --user 1001
needs: install
outputs:
recordDuration: ${{steps.end.outputs.recordDuration}}
uploadDuration: ${{steps.end.outputs.uploadDuration}}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -76,9 +73,6 @@ jobs:
- name: Node info
run: node -v

- name: __e Dir
run: ls /__e

- name: "UI Tests - Replay Chromium"
uses: cypress-io/github-action@v4
with:
Expand Down

0 comments on commit c557bc0

Please sign in to comment.