Skip to content

Commit

Permalink
chore(e2e): disable e2e tests until moving to Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
pkorchak committed May 5, 2023
1 parent 2bb0d69 commit 920a782
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Update Chrome to be compatible with ChromeDriver for e2e tests
run: |
sudo apt-get update
sudo apt-get install chromium-driver google-chrome-stable
# - name: Update Chrome to be compatible with ChromeDriver for e2e tests
# run: |
# sudo apt-get update
# sudo apt-get install chromium-driver google-chrome-stable
- run: npm ci
- run: npm run lint
- run: npm run build-for-prod
- run: npm run ci-test
- run: npm run e2e
# TODO FB-1 Migrate to Cypress after upgrading to Angular 12
# - run: npm run e2e
env:
CI: true

0 comments on commit 920a782

Please sign in to comment.