We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619cd6a commit fa3b606Copy full SHA for fa3b606
.github/workflows/ci.yaml
@@ -72,6 +72,8 @@ jobs:
72
path: "go-agent"
73
- name: Set up Codecov environment variables
74
run: ci_env=`bash <(curl -s https://codecov.io/env)`
75
+ - name: Build Docker Image
76
+ 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
77
78
- name: Set up Docker container and run tests
79
run: |
@@ -85,7 +87,7 @@ jobs:
85
87
fi
86
88
else
89
echo "Directory /app/$dir does not exist."
- fi
90
+ ficd
91
done
92
- name: Upload coverage to Codecov
93
uses: codecov/codecov-action@v3
0 commit comments