Skip to content

Commit

Permalink
Silent
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Jan 10, 2024
1 parent f28405c commit 73f39b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: ./src/server_manager/install_scripts/install_server.sh --hostname localhost

- name: Test API
run: 'curl --fail --insecure $(grep "apiUrl" /opt/outline/access.txt | cut -d: -f 2-)/server'
run: 'curl --silent --fail --insecure $(grep "apiUrl" /opt/outline/access.txt | cut -d: -f 2-)/server'

metrics-server:
name: Metrics Server
Expand Down

0 comments on commit 73f39b3

Please sign in to comment.