File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches :
88 - main
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 run-unit-tests :
1215 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 77 branches :
88 - main
99
10+ permissions :
11+ contents : read
12+
1013env :
1114 POSTGRES_DB : scancodeio
1215 POSTGRES_USER : scancodeio
3942 password : ${{ env.POSTGRES_PASSWORD }}
4043 port : 5432
4144
42- - run : psql ${{ steps.postgres.outputs.connection-uri }} -c "SELECT 1"
43- - run : psql service=${{ steps.postgres.outputs.service-name }} -c "SELECT 1"
44- - run : psql -c "SELECT 1"
45- env :
46- PGSERVICE : ${{ steps.postgres.outputs.service-name }}
47-
4845 - name : Install Python dependencies
4946 run : make dev envfile
5047
Original file line number Diff line number Diff line change 77 branches :
88 - main
99
10+ permissions :
11+ contents : read
12+
1013env :
1114 POSTGRES_DB : scancodeio
1215 POSTGRES_USER : scancodeio
You can’t perform that action at this time.
0 commit comments