fix: test run outside a PR

This commit is contained in:
Valentin Khramtsov
2025-03-27 16:10:14 +03:00
parent 58e2ddd50e
commit af0197205a
4 changed files with 25 additions and 6 deletions

19
.github/workflows/ci-test.yaml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Continuous Integration
on:
push:
branches:
- fix/git-checkout-stage-fix
permissions:
id-token: write
contents: read
jobs:
tests-and-lints:
uses: ./.github/workflows/tests-and-lints-template.yaml
secrets:
eth_rpc_url: ${{ secrets.ETH_RPC_URL }}
app_id: ${{ secrets.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}