Skip to content

Commit 2c7efd2

Browse files
committed
Add another step to print test json url
1 parent 14c48b9 commit 2c7efd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
git add resources/referers-$datetime.json resources/referers-latest.json
3030
git commit -m "Add referers-$datetime.json"
3131
git push
32+
- name: Print test referer json URLs
33+
run: |
34+
echo https://raw.githubusercontent.com/snowplow-referer-parser/referer-parser/refs/heads/referer-json/resources/referers-$datetime.json
35+
echo https://raw.githubusercontent.com/snowplow-referer-parser/referer-parser/refs/heads/referer-json/resources/referers-latest.json

0 commit comments

Comments
 (0)