Skip to content

Commit

Permalink
fix: include git flag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jul 16, 2024
1 parent e23f599 commit ca8b484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global user.email '[email protected]'
- name: build ${{ matrix.driver }} template
run: script -q /dev/null -c "go run main.go create -n ${{ matrix.driver }} -f fiber -d ${{matrix.driver}}" /dev/null
run: script -q /dev/null -c "go run main.go create -n ${{ matrix.driver }} -g commit -f fiber -d ${{matrix.driver}}" /dev/null

- name: run ${{ matrix.driver }} integration tests
working-directory: ${{ matrix.driver }}
Expand Down

0 comments on commit ca8b484

Please sign in to comment.