Skip to content

Commit

Permalink
Fixing Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Temidayo32 committed Feb 4, 2025
1 parent 8d8f563 commit 3d6cc7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ jobs:
uses: actions/checkout@v4
- name: Setup firefox
id: setup-firefox
uses: ./.github/actions/setup_firefox/ # browser-actions/setup-firefox@v1
uses: browser-actions/setup-firefox@v1 #./.github/actions/setup_firefox/
with:
firefox-version: ${{ matrix.firefox }}
- run: |
echo Installed firefox versions: ${{ steps.setup-firefox.outputs.firefox-version }}
- name: Verify Firefox Installation
run: |
echo Installed Firefox version:
which firefox
firefox --version
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 3d6cc7a

Please sign in to comment.