Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y libarchive-tools libopenjp2-tools rpm squashfs-tools
sudo snap install snapcraft --classic
sudo snap install snapcraft --classic --channel=7.x
sudo snap install lxd
sudo lxd init --auto
sudo snap refresh
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/merge-gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
uses: upsidr/merge-gatekeeper@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
interval: 15
timeout: 1200
ignored: Build for TestDriver.ai, TestDriver.ai Run, Analyze (go), Analyze (javascript-typescript), License Compliance, CodeRabbit
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
uses: arduino/setup-task@v2

- name: Install Zig
uses: mlugg/setup-zig@v1
uses: mlugg/setup-zig@v2

- name: Build app
run: task package -- --win --x64 --config.win.target=zip
env:
NPM_CONFIG_IGNORE_SCRIPTS: true

- name: Run E2E tests
run: npx playwright test
8 changes: 0 additions & 8 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,6 @@ tasks:
vars:
GOOS: linux
GOARCH: amd64
- task: build:wsh:internal
vars:
GOOS: linux
GOARCH: mips
- task: build:wsh:internal
vars:
GOOS: linux
GOARCH: mips64
- task: build:wsh:internal
vars:
GOOS: windows
Expand Down
Loading