Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 2, 2024
1 parent 3db28f6 commit 446f950
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: install dependencies
run: yarn

- run: ${{ toJSON(inputs) }}
shell: cat {0}

- name: execute directive
run: npx tsx ./src/workflow-entry.ts
id: Kernel-Telegram
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ plugins:

- To start the Supabase database locally, run the following command:
```bash
yarn supabase db start
yarn supabase start
```

- To reset the Supabase database, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@
]
},
"packageManager": "yarn@1.22.22"
}
}
Empty file removed supabase/seed.sql
Empty file.

0 comments on commit 446f950

Please sign in to comment.