Skip to content

Commit fa3b606

Browse files
committed
Whoops -- left out docker build container step
1 parent 619cd6a commit fa3b606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
path: "go-agent"
7373
- name: Set up Codecov environment variables
7474
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
7577

7678
- name: Set up Docker container and run tests
7779
run: |
@@ -85,7 +87,7 @@ jobs:
8587
fi
8688
else
8789
echo "Directory /app/$dir does not exist."
88-
fi
90+
ficd
8991
done
9092
- name: Upload coverage to Codecov
9193
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)