File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [ main ]
3+ branches : [main]
44 pull_request :
5- branches : [ main ]
5+ branches : [main]
66
77jobs :
88 test :
1818 - name : Setup Go
1919 uses : actions/setup-go@v4
2020 with :
21- go-version : ' 1.24'
21+ go-version : " 1.24"
2222
2323 - name : Build shared library
2424 run : make build
3030 run : composer install --prefer-dist --no-interaction
3131
3232 - run : |
33- git clone --depth 1 https://github.com/italia/publiccode-parser-go.git /tmp
34- mv /tmp/testdata/* tests/fixtures/testdata/
33+ git clone --depth 1 https://github.com/italia/publiccode-parser-go.git /tmp/publiccode-parser-go
34+ mv /tmp/publiccode-parser-go/ testdata/* tests/fixtures/testdata/
3535
3636 - run : composer run test
Original file line number Diff line number Diff line change 1010.vscode
1111* .swp
1212* .swo
13- /tests /fixtures /testdata
Original file line number Diff line number Diff line change 1+ This directory will be populated with test files from the publiccode-parser-go repository
2+ by the CI test script.
You can’t perform that action at this time.
0 commit comments