diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf69c077b..3b88a8d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-log - path: testlog/gotest.log + path: src/testlog/gotest.log if-no-files-found: error retention-days: 14 diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index b42ad2677..442496f93 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -3,8 +3,8 @@ on: schedule: # every day at 01:59 (01:59am) UTC # - cron: "59 1 * * *" - # temp, for testing: every 3 hours - - cron: "0 */3 * * *" + # temp, for testing: every 4 hours + - cron: "0 */4 * * *" permissions: # required to retrieve AWS credentials