Skip to content

Commit

Permalink
fix cat
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Nov 4, 2023
1 parent 68968dd commit 2505320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
npm init -y
npm install ../umzug.tgz
sed -i "s|from '../src'|from 'umzug'|g" umzug.test.ts
- run: cat umzug.test.ts
cat umzug.test.ts
- run: npm test umzug.test.ts

0 comments on commit 2505320

Please sign in to comment.