Skip to content

Commit

Permalink
Update unitTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry authored Apr 30, 2024
1 parent 741feea commit 7b50322
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
test:
name: Docker tests
runs-on: ubuntu-latest
container:
image: golang
env:
REPOSITORY: ${{ github.repository }}
TRIGGERING_ACTOR: ${{ github.triggering_actor }}
SOURCE_BRANCH: ${{ github.ref_name }}
COMMIT: ${{ github.workflow_sha }}
EVENT: ${{ github.event_name}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7b50322

Please sign in to comment.