mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
update ci/cd pipeline
This commit is contained in:
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
- openpassportv2
|
||||
paths:
|
||||
- 'circuits/**'
|
||||
- 'common/**'
|
||||
@@ -11,6 +12,7 @@ on:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
- openpassportv2
|
||||
paths:
|
||||
- 'circuits/**'
|
||||
- 'common/**'
|
||||
@@ -59,6 +61,8 @@ jobs:
|
||||
|
||||
- name: Run Tests (Circuits)
|
||||
working-directory: ./circuits
|
||||
env:
|
||||
FULL_TEST_SUITE: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/openpassportv2' }}
|
||||
run: yarn test
|
||||
|
||||
- name: Run Tests (Common)
|
||||
|
||||
Reference in New Issue
Block a user