Merge pull request #4623 from gitbutlerapp/add-act-e2e-tests-script

Add script for using act for e2e tests
This commit is contained in:
Caleb Owens 2024-08-06 13:33:05 +02:00 committed by GitHub
commit d41ec8adb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",