Skip to content

Commit

Permalink
Merge branch 'browser-compatibility-tests' into browser-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 10, 2024
2 parents 862051a + 311be82 commit bf9f160
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,37 +85,6 @@ jobs:
cd ./apps/frontend
pnpm unit-test
browser-test:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '22'

- name: Install pnpm
run: npm i -g pnpm

- name: Install dependencies
run: |
cd ./apps/frontend
pnpm i
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '130.0.6723.116'

- name: Run tests
run: |
cd ./apps/frontend
pnpm browser-test -- -t "chrome webdriver installed correctly"
test-docker-compose:
runs-on: ubuntu-latest

Expand Down

0 comments on commit bf9f160

Please sign in to comment.