Skip to content

Commit

Permalink
chore: testing custom fetch bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Nov 7, 2023
1 parent 2d9ad57 commit 1d1a2d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
run: pnpm install
- name: Run Eslint
run: pnpm lint
- name: Replace F1 with F2 content
run: cp custom-fetch-backup.ts custom-fetch.ts
- name: Build Graphql queries
run: pnpm mesh build
- name: Restore the original content of F1
run: git checkout -- custom-fetch.ts
- name: Test project
run: pnpm test

0 comments on commit 1d1a2d5

Please sign in to comment.