Skip to content

Commit

Permalink
chore: remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
welpie21 committed Oct 15, 2024
1 parent 4dd5b35 commit a5a00ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ runs:
cd /usr/local/bin
echo "surrealdb start $SURREALDB_USERNAME $SURREALDB_PASSWORD $SURREALDB_AUTH $SURREALDB_PORT $SURREALDB_STRICT $SURREALDB_LOG $SURREALDB_ADDITIONAL_ARGS"
nohup surreal start \
$SURREALDB_USERNAME \
$SURREALDB_PASSWORD \
Expand All @@ -124,9 +122,7 @@ runs:
$SURREALDB_STRICT \
$SURREALDB_LOG \
$SURREALDB_ADDITIONAL_ARGS &
- name: Wait for SurrealDB to start
shell: bash
run: |
Expand Down

0 comments on commit a5a00ec

Please sign in to comment.