Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Nov 24, 2023
1 parent e6fe5bc commit f0c7db9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,22 @@ jobs:
run: |
sudo apt install wait-for-it -y
- name: "Deploy conda-store-server docker container"
run: |
docker-compose --profile local-dev up -d --build
docker ps
# - name: "Deploy conda-store-server docker container"
# run: |
# docker-compose --profile local-dev up -d --build
# docker ps

wait-for-it localhost:8080 # conda-store-server
# wait-for-it localhost:8080 # conda-store-server

- name: "Deploy webpack dev server"
shell: bash -el {0}
run: |
conda list
playwright install chromium
yarn install
yarn run build
yarn run start &
yarn build
yarn start
wait-for-it localhost:8080 # conda-store-server
pytest --video on --output test-results --screenshots true test/playwright/test_ux.py
- name: "Upload artifacts"
Expand Down

0 comments on commit f0c7db9

Please sign in to comment.