Skip to content

Commit

Permalink
Cron test
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed May 9, 2024
1 parent a0ff5f3 commit 9f5ecdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: "create-axiom-client periodic test"
on:
schedule:
# Runs on the 18th minute of every hour
# - cron: '18 * * * *'
- cron: '*/5 * * * *'
push:
- cron: '6 * * * *'

env:
RPC_URL_11155111: ${{ secrets.RPC_URL_11155111 }}
Expand Down Expand Up @@ -77,7 +75,7 @@ jobs:
run: |
export PNPM_HOME="/home/runner/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"
npm_config_yes=true npx create-axiom-client init -p axiom-app -s ${{ env.SCAFFOLD }} -m npm -c 11155111
npm_config_yes=true npx create-axiom-client init -p axiom-app -s ${{ env.SCAFFOLD }} -m ${{ env.PKG }} -c 111555111
- name: Write local .env file
working-directory: ./axiom-app
Expand Down

0 comments on commit 9f5ecdd

Please sign in to comment.