Skip to content

Commit

Permalink
Merge pull request #1577 from nader-ziada/e2e-test-task
Browse files Browse the repository at this point in the history
update e2e task to run go mod tidy
  • Loading branch information
jpalermo authored Oct 11, 2024
2 parents c65563b + e17f262 commit 240d7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/tasks/bbr-s3-config-validator-e2e-test/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -euo pipefail

cd bosh-backup-and-restore/s3-config-validator/src
go mod tidy
go mod vendor
go run github.com/onsi/ginkgo/v2/ginkgo \
-r \
Expand Down

0 comments on commit 240d7e4

Please sign in to comment.