Skip to content

Commit

Permalink
[DISABLE] e2e tests in linux for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabhg71 committed Aug 30, 2023
1 parent 02762c7 commit ad866fb
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Unit tests (Linux)
run: npm run test-unit-browsers

- name: Test a full build of the app
run: npm run build

- name: End-to-end tests on Chrome (Linux)
env:
GITHUB_ACTION: ${{ github.event_name }}
run: npm run test-e2e-chrome

- name: End-to-end tests on Edge (Linux)
env:
GITHUB_ACTION: ${{ github.event_name }}
run: npm run test-e2e-edge

- name: End-to-end tests on Firefox (Linux)
env:
GITHUB_ACTION: ${{ github.event_name }}
run: npm run test-e2e-firefox
# - name: Unit tests (Linux)
# run: npm run test-unit-browsers

# - name: Test a full build of the app
# run: npm run build

# - name: End-to-end tests on Chrome (Linux)
# env:
# GITHUB_ACTION: ${{ github.event_name }}
# run: npm run test-e2e-chrome

# - name: End-to-end tests on Edge (Linux)
# env:
# GITHUB_ACTION: ${{ github.event_name }}
# run: npm run test-e2e-edge

# - name: End-to-end tests on Firefox (Linux)
# env:
# GITHUB_ACTION: ${{ github.event_name }}
# run: npm run test-e2e-firefox


- name: BrowserStack environment setup
Expand Down

0 comments on commit ad866fb

Please sign in to comment.