Skip to content

Commit

Permalink
change gofile to test cache and make add smoke dependency
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 31, 2023
1 parent d9ebe5b commit 2f9fe1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ jobs:
Smoke-test:
name: Smoke Test
needs:
- Build
- XBuild
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
- name: Download Cross-Compiled Porter Binaries
uses: actions/download-artifact@v3.0.1
with:
name: build-bin
name: xbuild-bin
path: bin
- uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pkg/porter/lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func (p *Porter) BuildActionArgs(ctx context.Context, installation storage.Insta
AllowDockerHostAccess: opts.AllowDockerHostAccess,
PersistLogs: !opts.NoLogs,
}

// test cache
return args, nil
}

Expand Down

0 comments on commit 2f9fe1e

Please sign in to comment.