Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Nov 19, 2024
1 parent 8b944b7 commit a85ec40
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ on:
workflow_dispatch:

jobs:
test:
environment: Test
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Run Go test
run: |
cd core/taskengine
go test -v .
publish-dev-build:
name: Publish dev build docker image to dockerhub
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit a85ec40

Please sign in to comment.