Skip to content

Commit

Permalink
Whoops -- left out docker build container step
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Dec 20, 2023
1 parent 619cd6a commit fa3b606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
path: "go-agent"
- name: Set up Codecov environment variables
run: ci_env=`bash <(curl -s https://codecov.io/env)`
- name: Build Docker Image
run: docker build -f ${{ github.workspace }}/go-agent/Dockerfile ${{ github.workspace }} --build-arg GO_VERSION=${{ matrix.go-version || env.INTEGRATION_TESTS_GO_VERSION }} -t go-agent-tests-amd64

- name: Set up Docker container and run tests
run: |
Expand All @@ -85,7 +87,7 @@ jobs:
fi
else
echo "Directory /app/$dir does not exist."
fi
ficd
done
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit fa3b606

Please sign in to comment.