Skip to content

Commit

Permalink
add cache in integ?
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff committed Feb 4, 2024
1 parent 9203ee3 commit 343f4d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/porter-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Docker Login
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
registry: ghcr.io/getporter
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Native Build
run: go run mage.go Build
- name: Configure Agent
run: go run mage.go build
shell: bash
- name: Integration Test
run: go run mage.go -v TestIntegration
Expand Down

0 comments on commit 343f4d2

Please sign in to comment.