Skip to content

Commit

Permalink
ci: syntax fix (launchbadge#3267)
Browse files Browse the repository at this point in the history
Correct:

Invalid workflow file: .github/workflows/sqlx.yml#L207
You have an error in your yaml syntax on line 207
  • Loading branch information
grooverdan authored and jayy-lmao committed Jun 6, 2024
1 parent c3656e1 commit 2674357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
# Create data dir for offline mode
- run: mkdir .sqlx

- run: : >
- run: >
cargo test
--no-default-features
--features any,postgres,macros,_unstable-all-types,runtime-${{ matrix.runtime }},tls-${{ matrix.tls }}
Expand Down

0 comments on commit 2674357

Please sign in to comment.