Skip to content

Commit

Permalink
warning: this commit will be force pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jun 29, 2024
1 parent e1dccac commit 2000e79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
run: |
. <(just prerequisites)
- name: Install Prerequisites
if: ${{ inputs.os == 'macos-latest' }}
shell: "bash"
run: |
brew install --quiet webkit2gtk-driver
- name: Linux - Run UI E2E tests
if: ${{ inputs.os == 'ubuntu-latest' }}
shell: "bash"
Expand Down

0 comments on commit 2000e79

Please sign in to comment.