Skip to content

Commit

Permalink
Update test for 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Jun 17, 2024
1 parent 5d0b9b7 commit 01378f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,15 @@ jobs:
run: go test -v ./...

- name: Run tests (!mac)
if: matrix.os != 'macos-latest' && matrix.os != 'macos-11'
if: matrix.os != 'macos-latest' && matrix.os != 'macos-11' && matrix.os != 'ubuntu-24.04'
working-directory: ./v2
run: go test -v ./...

- name: Run tests (Ubuntu 24.04)
if: matrix.os == 'ubuntu-24.04'
working-directory: ./v2
run: go test -v ./...-tags webkit2_41

test_js:
name: Run JS Tests
if: github.repository == 'wailsapp/wails'
Expand Down

0 comments on commit 01378f6

Please sign in to comment.