Added fake data for test and dev environment #17
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Bun runtime
|
||||
run: curl -fsSL https://bun.sh/install | bash && source /root/.bashrc
|
||||
run: curl -fsSL https://bun.sh/install | bash && bash
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
- name: Run the test
|
||||
|
|
Loading…
Reference in New Issue