Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jul 1, 2024
1 parent 5807f22 commit 3585d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/graph_prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ runs:
working-directory: ${{ inputs.working_directory }}
- name: Generate and build graph
shell: bash
run: graph codegen && graph build
run: npm run codegen && npn run build
working-directory: ${{ inputs.working_directory }}
1 change: 1 addition & 0 deletions .github/workflows/graphs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
working-directory: [./graphs/omen-thumbnailmapping]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/foundry_prepare
- uses: ./.github/actions/graph_prepare
with:
working_directory: ${{ matrix.working-directory }}
Expand Down

0 comments on commit 3585d95

Please sign in to comment.