File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Python API Tests
2+
13on :
24 push :
35 branches : ["**"]
@@ -9,7 +11,6 @@ concurrency:
911env :
1012 NODE_ENV : test
1113
12- name : Tests
1314jobs :
1415 check-all :
1516 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1919 yarn install --immutable
2020 - name : Set env
2121 run : |
22- echo "SITE_URL=${{ github.event.deployment_status.environment_url }}" >> $GITHUB_ENV
23- echo "${{ github.event.deployment_status.environment_url }}"
22+ echo "SITE_URL=${{ github.event.deployment_status.env_url }}" >> $GITHUB_ENV
23+ echo "${{ github.event.deployment_status.env_url }}"
2424 - name : Run test e2e
2525 run : |
2626 yarn test:e2e:app
Original file line number Diff line number Diff line change 1- name : Tests Unitaires
2- " on " :
1+ name : Application Unit Tests
2+
3+ on :
34 push :
4- branches :
5- - master
6- pull_request : null
5+
76concurrency :
87 cancel-in-progress : true
98 group : " ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }}"
9+
1010env :
1111 NODE_ENV : test
12+
1213jobs :
1314 build :
1415 name : Build
You can’t perform that action at this time.
0 commit comments