Skip to content

Commit

Permalink
chore: remove driver flag
Browse files Browse the repository at this point in the history
  • Loading branch information
luantranminh committed Sep 17, 2024
1 parent 96ee993 commit e37dda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
gh extension install .
- name: Run GitHub atlas extension
run: |
gh atlas init-action -R ${{ secrets.TEST_REPO }} --token=${{ secrets.TEST_ATLAS_TOKEN }} --dir-name="sync-action-integration-test" --driver="SQLITE" "sqlite_dir" \
gh atlas init-action -R ${{ secrets.TEST_REPO }} --token=${{ secrets.TEST_ATLAS_TOKEN }} --dir-name="sync-action-integration-test" "sqlite_dir" \
--config-path="atlas.hcl" --config-env="local"
- name: Run GitHub atlas extension with invalid dir
id: invalid_dir
continue-on-error: true
run: |
gh atlas init-action -R ${{ secrets.TEST_REPO }} --token=${{ secrets.TEST_ATLAS_TOKEN }} --dir-name="invalid" --driver="SQLITE" "sqlite_dir" \
gh atlas init-action -R ${{ secrets.TEST_REPO }} --token=${{ secrets.TEST_ATLAS_TOKEN }} --dir-name="invalid" "sqlite_dir" \
--config-path="atlas.hcl" --config-env="local"
- name: Check invalid dir error
if : steps.invalid_dir.outcome == 'success'
Expand Down

0 comments on commit e37dda1

Please sign in to comment.