Skip to content

Commit 18b3848

Browse files
author
Joe Bowman
authored
revert previous token removal (#1199)
1 parent 8bb939c commit 18b3848

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/buildtest.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- unstable
1212
- unstable-v1.5
1313
paths-ignore:
14-
- 'quicksilverjs/**'
15-
- 'webui/**'
14+
- "quicksilverjs/**"
15+
- "webui/**"
1616
workflow_dispatch:
1717
push:
1818
branches:
@@ -21,9 +21,8 @@ on:
2121
- unstable
2222
- unstable-v1.5
2323
paths-ignore:
24-
- 'quicksilverjs/**'
25-
- 'webui/**'
26-
24+
- "quicksilverjs/**"
25+
- "webui/**"
2726

2827
# This workflow makes x86_64 for windows, and linux.
2928

@@ -47,7 +46,6 @@ jobs:
4746
GOOS: ${{ matrix.targetos }}
4847
GOARCH: ${{ matrix.arch }}
4948

50-
5149
- name: Compile quicksilver
5250
run: |
5351
make install
@@ -79,7 +77,6 @@ jobs:
7977
GOOS: ${{ matrix.targetos }}
8078
GOARCH: ${{ matrix.arch }}
8179

82-
8380
- name: test quicksilver
8481
run: |
8582
make test-unit-cover
@@ -104,6 +101,7 @@ jobs:
104101
- name: Upload coverage reports to Codecov with GitHub Action
105102
uses: codecov/codecov-action@v4
106103
with:
104+
token: ${{secrets.CODECOV_TOKEN}}
107105
files: ./coverage.txt
108106
flags: unittests
109107
fail_ci_if_error: true

0 commit comments

Comments
 (0)