Skip to content

Commit b0e41c4

Browse files
committed
chore(ci): clone the publiccode-parser-go repo in an empty dir
1 parent 5dcb33b commit b0e41c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ main ]
3+
branches: [main]
44
pull_request:
5-
branches: [ main ]
5+
branches: [main]
66

77
jobs:
88
test:
@@ -18,7 +18,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)