Skip to content

Commit

Permalink
testing: no workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Sep 19, 2023
1 parent 1af2762 commit d92fd52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test the action locally
#name: Test the action locally

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ function start_measurement {
# call init_variables
source "$(dirname "$0")/vars.sh" cpu_vars

source "$(dirname "$0")/vars.sh" add_var API_BASE "https://api.green-coding.berlin"
# source "$(dirname "$0")/vars.sh" add_var API_BASE "https://api.green-coding.berlin"
source "$(dirname "$0")/vars.sh" add_var API_BASE "https://ef6d-2a02-2454-4e1-a300-94a-c99-a1a8-4165.ngrok-free.app"
source "$(dirname "$0")/vars.sh" add_var INIT "DONE"

# start measurement
Expand Down

0 comments on commit d92fd52

Please sign in to comment.