Skip to content

Commit

Permalink
Merge pull request #50 from pkorchak/fix-e2e-start
Browse files Browse the repository at this point in the history
chore(e2e): disable e2e tests until moving to Cypress
  • Loading branch information
pkorchak committed May 5, 2023
2 parents c8e2ecf + 920a782 commit 0cf55fc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1,132 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
Loading

0 comments on commit 0cf55fc

Please sign in to comment.