Skip to content

Commit

Permalink
hyphenate example directories
Browse files Browse the repository at this point in the history
reason: it will allow squeezing in stuff like 0.5-vanilla-esm without wrongly alphabetizing
  • Loading branch information
mmkal committed Nov 6, 2023
1 parent 1d2ad23 commit dddae21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
name: tarball
- run: ls
- name: install tarball in examples directory
working-directory: examples/0.vanilla
working-directory: examples/0-vanilla
run: |
rm -rf ../node_modules
npm init -y
npm install ../../umzug.tgz
- name: run example
run: |
cd examples/0.vanilla
cd examples/0-vanilla
node migrate up
node migrate down
node migrate create --name new-migration.js
Expand Down

0 comments on commit dddae21

Please sign in to comment.