Skip to content

Commit

Permalink
try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzyTheLizard committed Mar 27, 2024
1 parent 8d527f1 commit d7b8bcc
Show file tree
Hide file tree
Showing 50 changed files with 8 additions and 334 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: yarn install
- run: yarn check
- run: yarn build
- run: yarn integration-test

# Generate example
- run: yarn workspace example generate:ci
Expand Down
2 changes: 1 addition & 1 deletion .idea/domain-schema-documentation.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 1 addition & 18 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example",
"version": "1.0.0",
"scripts": {
"integration-test": "tsx main.ts && dircompare -lrd expected out",
"generate": "tsx --watch --watch-path=./input --watch-path=./src src/main.ts",
"generate:ci": "tsx main.ts"
},
Expand All @@ -10,6 +11,7 @@
},
"devDependencies": {
"@types/node": "^20.11.30",
"dir-compare-cli": "^1.0.1",
"tsx": "^4.7.1"
}
}
1 change: 0 additions & 1 deletion integration-tests/.gitignore

This file was deleted.

53 changes: 0 additions & 53 deletions integration-tests/input/Expenses/Expense.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions integration-tests/input/Expenses/ExpenseJournal.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions integration-tests/input/Expenses/ExpenseStatus.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions integration-tests/input/Expenses/index.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions integration-tests/input/Users/Customer.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions integration-tests/input/Users/CustomerProject.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions integration-tests/input/Users/InternalProject.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions integration-tests/input/Users/Project.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions integration-tests/input/Users/User.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions integration-tests/input/Users/index.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions integration-tests/input/index.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions integration-tests/main.ts

This file was deleted.

15 changes: 0 additions & 15 deletions integration-tests/package.json

This file was deleted.

Loading

0 comments on commit d7b8bcc

Please sign in to comment.