Added fake data for test and dev environment #17

Merged
Suguivy merged 77 commits from testing into develop 2024-01-06 12:34:44 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1c05d114a4 - Show all commits

View File

@ -4,11 +4,11 @@ on: [pull_request]
jobs: jobs:
unit-test: unit-test:
container:
image: oven/bun:1
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Bun
run: curl -fsSL https://bun.sh/install
- name: Bun install - name: Bun install
run: bun install run: bun install
- name: Run the test - name: Run the test