Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung committed Aug 20, 2024
1 parent e873efb commit 0d35ee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install depedencies
run: |
pip install poetry
Expand All @@ -68,6 +70,7 @@ jobs:
SELENIUM_HOST: localhost
SELENIUM_PORT: 4444
- name: save output
if: always()
uses: actions/upload-artifact@v4
with:
name: chrome-tests
Expand Down

0 comments on commit 0d35ee1

Please sign in to comment.