Skip to content

Commit

Permalink
add script to initialize .dev.vars in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Mar 26, 2024
1 parent b2c8e52 commit 44ef76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: git status
- run: git show -s --format=%ct 41cc8072abe146bb7eddc4b39de644a77acd1e9ds
- run: pnpm tsx script/ci.ts
working-directory: ./packages/backend
env:
Expand Down

0 comments on commit 44ef76f

Please sign in to comment.