mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-02 03:25:45 +00:00
Add missing github token env for tests.
This commit is contained in:
@@ -73,6 +73,8 @@ jobs:
|
|||||||
golangci-lint run --exclude-use-default ./...
|
golangci-lint run --exclude-use-default ./...
|
||||||
/action/lib/linter.sh
|
/action/lib/linter.sh
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
make test CI_RUN=${CI}
|
make test CI_RUN=${CI}
|
||||||
- name: Upload codecov result
|
- name: Upload codecov result
|
||||||
|
|||||||
Reference in New Issue
Block a user