Skip to content

Commit

Permalink
revert previous token removal (quicksilver-zone#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman authored Feb 27, 2024
1 parent 8bb939c commit 18b3848
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/buildtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- unstable
- unstable-v1.5
paths-ignore:
- 'quicksilverjs/**'
- 'webui/**'
- "quicksilverjs/**"
- "webui/**"
workflow_dispatch:
push:
branches:
Expand All @@ -21,9 +21,8 @@ on:
- unstable
- unstable-v1.5
paths-ignore:
- 'quicksilverjs/**'
- 'webui/**'

- "quicksilverjs/**"
- "webui/**"

# This workflow makes x86_64 for windows, and linux.

Expand All @@ -47,7 +46,6 @@ jobs:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}


- name: Compile quicksilver
run: |
make install
Expand Down Expand Up @@ -79,7 +77,6 @@ jobs:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}


- name: test quicksilver
run: |
make test-unit-cover
Expand All @@ -104,6 +101,7 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.txt
flags: unittests
fail_ci_if_error: true
Expand Down

0 comments on commit 18b3848

Please sign in to comment.