From 343f4d24a76bb4d14ab248bba821e4f5fdfce997 Mon Sep 17 00:00:00 2001 From: Sarah Christoff <28318173+schristoff@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:17:01 -0700 Subject: [PATCH] add cache in integ? Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com> --- .github/workflows/porter-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/porter-integration.yml b/.github/workflows/porter-integration.yml index e272f76c2..e47c1ba20 100644 --- a/.github/workflows/porter-integration.yml +++ b/.github/workflows/porter-integration.yml @@ -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