EOF wherE?
Unit Tests with docker compose / unit-test (pull_request) Failing after 27s Details

This commit is contained in:
Alie 2024-01-06 19:23:08 +01:00
parent 393b335c5d
commit 9e49b472cc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install bun.sh
run: test -f /root/.bun/bin/bun || { curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl && bash bun-musl install }
run: test -f /root/.bun/bin/bun || { curl https://raw.githubusercontent.com/LowByteFox/bun-musl/main/bun-musl -o bun-musl; bash bun-musl install; }
- name: Install project dependencies
run: /root/.bun/bin/bun i
- name: Run docker-compose