Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Dec 20, 2023
1 parent f03077d commit 71b89fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
for dir in "${DIRS[@]}"; do
if [ -d "go-agent/$dir" ]; then
if [[ "$dir" == *"nrnats"* ]]; then
docker run -e GOPROXY=direct go-agent-tests-arm64 ./go-agent/run-tests.sh "$dir"
docker run -e GOPROXY=direct go-agent-tests-amd64 ./go-agent/run-tests.sh "$dir"
else
docker run go-agent-tests-arm64 ./go-agent/run-tests.sh "$dir"
docker run go-agent-tests-amd64 ./go-agent/run-tests.sh "$dir"
fi
else
echo "Directory /app/$dir does not exist."
Expand Down

0 comments on commit 71b89fb

Please sign in to comment.