Skip to content

Commit

Permalink
fix: test with git (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo authored Aug 21, 2023
1 parent fb2451c commit fbd07a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ jobs:
account-type: org
org-name: metatypedev
image-names: dev,typegate
cut-off: now
cut-off: now UTC
untagged-only: true
token: ${{ secrets.PACKAGE_DELETER_TOKEN }}
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,23 @@ jobs:
with:
filters: |
website:
- '.github/workflows/tests.yml'
- 'website/**'
typegraph:
- '.github/workflows/tests.yml'
- 'typegraph/**'
meta-cli:
- '.github/workflows/tests.yml'
- 'libs/**'
- 'meta-cli/**'
- 'Cargo.lock'
typegate:
- '.github/workflows/tests.yml'
- 'libs/**'
- 'typegate/**'
- 'Cargo.lock'
rust:
- '.github/workflows/tests.yml'
- 'libs/**'
- 'typegate/native/**'
- 'Cargo.lock'
Expand Down Expand Up @@ -334,7 +339,7 @@ jobs:
OUT_DIR=target deno_bindgen -- --locked --package native -F deno
deno run -A dev/update.ts --cache-only || deno run -A dev/update.ts --cache-only
deno run -A dev/test.ts -- --coverage=coverage
deno run -A dev/test.ts --threads 2 -- --coverage=coverage
deno --unstable coverage ./coverage --lcov > coverage.lcov
cargo test --locked --package native
Expand Down

0 comments on commit fbd07a2

Please sign in to comment.