Skip to content

Commit

Permalink
Merge pull request #168 from HewlettPackard/acc
Browse files Browse the repository at this point in the history
Run Acc at 3 AM Everyday
  • Loading branch information
manjunath-batakurki authored Aug 24, 2022
2 parents f72a2ee + 25cc9aa commit f2c95c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: acc

on:
# Runs every 2 days once at 11PM
# Runs every 2 days once at 3AM
schedule:
- cron: '0 23 */2 * *'
- cron: '0 3 */2 * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ acceptance:
@if [ "${case}" != "" ]; then \
TF_ACC=true go test -run $(case) -v -timeout=2000s -cover $(ACC_TEST_FILE_LOCATION); \
else \
TF_ACC=true go test -v -timeout=10000s -cover $(ACC_TEST_FILE_LOCATION) -parallel 4;\
TF_ACC=true go test -v -timeout=10000s -cover $(ACC_TEST_FILE_LOCATION) -parallel 1;\
fi

build: vendor $(NAME)
Expand Down

0 comments on commit f2c95c0

Please sign in to comment.