mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use bash
This commit is contained in:
parent
0075c65e76
commit
99edda2d02
3 changed files with 3 additions and 3 deletions
2
.github/workflows/e2e_tests.yml
vendored
2
.github/workflows/e2e_tests.yml
vendored
|
|
@ -32,4 +32,4 @@ jobs:
|
|||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
|
||||
run: |
|
||||
cd e2e_tests && sh run_e2e_tests.sh
|
||||
cd e2e_tests && bash run_e2e_tests.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
log() {
|
||||
timestamp=$(date +"%Y-%m-%d %H:%M:%S")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#/bin/bash
|
||||
# if any of the commands fail, the script will exit
|
||||
set -e
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue