Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed May 3, 2024
1 parent 40df957 commit f2d0153
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
args: >
--package seaography-cli -- ./examples/mysql
./examples/mysql/src/entities mysql://sea:[email protected]/sakila
seaography-mysql-example
seaography-mysql-example -f axum
- name: Depends on local seaography
run: >-
sed -i '/^\[dependencies.seaography\]$/a \path = "..\/..\/"'
./examples/mysql/Cargo.toml -f axum
./examples/mysql/Cargo.toml
- name: Fix Nullable not implemented for Vec<String> and tsvector
run: 'sed -i "24,28d" ./examples/mysql/src/entities/film.rs'
- name: Build example
Expand Down Expand Up @@ -221,11 +221,11 @@ jobs:
--package seaography-cli -- ./examples/postgres
./examples/postgres/src/entities
postgres://sea:[email protected]/sakila?currentSchema=public
seaography-postgres-example
seaography-postgres-example -f poem
- name: Depends on local seaography
run: >-
sed -i '/^\[dependencies.seaography\]$/a \path = "..\/..\/"'
./examples/postgres/Cargo.toml -f poem
./examples/postgres/Cargo.toml
- name: Fix Nullable not implemented for Vec<String> and tsvector
run: 'sed -i "26,27d" ./examples/postgres/src/entities/film.rs'
- name: Build example
Expand Down

0 comments on commit f2d0153

Please sign in to comment.