Skip to content

Commit

Permalink
Add Git unit test environment variables
Browse files Browse the repository at this point in the history
Add environment variables to enable more test cases for the Git tests.
  • Loading branch information
HeavyWombat committed Dec 22, 2022
1 parent 6dd8a26 commit 25bd9c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
unit:
runs-on: ubuntu-latest
permissions:
repository-projects: read
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -25,6 +27,9 @@ jobs:
- name: Build
run: make build
- name: Test
env:
TEST_GIT_PRIVATE_USERNAME: shipwright-io
TEST_GIT_PRIVATE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: make test-unit-coverage

integration:
Expand Down

0 comments on commit 25bd9c4

Please sign in to comment.