Skip to content

Commit 0245e48

Browse files
authored
Update build-test.yml with valid paths
1 parent 167730f commit 0245e48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
cat access.log
5757
5858
- name: Run goaccess single thread
59-
run: ./goaccess access.log --log-format=VCOMBINED -o report.html
59+
run: ./goaccess access.log --log-format=VCOMBINED -o ./report.html
6060

6161
- name: Run goaccess multi-thread
62-
run: ./goaccess access.log --log-format='%v:%^ %h %^[%x] "%r" %s %b "%R" "%u"' --datetime-format='%d/%b/%Y:%H:%M:%S %z' -o report.html -j 2 -a --tz="Europe/Berlin"
62+
run: ./goaccess access.log --log-format='%v:%^ %h %^[%x] "%r" %s %b "%R" "%u"' --datetime-format='%d/%b/%Y:%H:%M:%S %z' -o ./report.html -j 2 -a --tz="Europe/Berlin"
6363

6464
- name: Run goaccess multi-thread JSON output
6565
run: |
66-
./goaccess access.log --log-format=VCOMBINED -o report.json -j 2 -a --json-pretty-print
67-
cat report.json | jq .
66+
./goaccess access.log --log-format=VCOMBINED -o ./report.json -j 2 -a --json-pretty-print
67+
cat ./report.json | jq .
6868
6969
- name: Make distclean
7070
run: sudo make distclean

0 commit comments

Comments
 (0)