mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-08 10:58:33 +03:00
Merge pull request #4623 from gitbutlerapp/add-act-e2e-tests-script
Add script for using act for e2e tests
This commit is contained in:
commit
d41ec8adb1
@ -15,6 +15,7 @@
|
||||
"test": "turbo run test --no-daemon",
|
||||
"test:watch": "pnpm --filter @gitbutler/desktop run test:watch",
|
||||
"test:e2e": "pnpm --filter @gitbutler/desktop run test:e2e",
|
||||
"act:test:e2e": "act -j test -W .github/workflows/test-e2e.yml",
|
||||
"build": "turbo run build --no-daemon",
|
||||
"build:desktop": "turbo run --filter @gitbutler/desktop build --no-daemon",
|
||||
"build:test": "pnpm exec tauri build --config crates/gitbutler-tauri/tauri.conf.test.json",
|
||||
|
Loading…
Reference in New Issue
Block a user