Skip to content

Commit

Permalink
TEST - add container
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Oct 5, 2023
1 parent efd2421 commit d8ca3ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/local-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
regression-testing:
runs-on: ubuntu-latest
environment: dev
image: cypress/browsers:node18.12.0-chrome106-ff106
options: --user 1001
container:
image: cypress/browsers:node18.12.0-chrome106-ff106
options: --user 1001
env:
# Container Related ENV
ENV: TESTING
Expand Down

0 comments on commit d8ca3ef

Please sign in to comment.