Skip to content

Commit

Permalink
test unit test without dependency + fix smoke test artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Ludvig Liljenberg <lliljenberg@microsoft.com>
  • Loading branch information
ludfjig committed Aug 30, 2023
1 parent 8d1acda commit d9ebe5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
Unit_test:
name: Unit Test
runs-on: ubuntu-latest
needs:
- Build
# needs:
# - Build
steps:
- name: checkout
uses: actions/checkout@v3.5.0
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Download Cross-Compiled Porter Binaries
uses: actions/download-artifact@v3.0.1
with:
name: xbuild-bin
name: build-bin
path: bin
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit d9ebe5b

Please sign in to comment.