Skip to content

Commit

Permalink
wrapping up
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Dec 19, 2023
1 parent c545fe9 commit 1aff40d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Nightly drift test

on:
pull_request:
paths:
- 'vite-hardhat/**'
# Giving ourselves a way to trigger this manually
workflow_dispatch:
schedule:
# Run a nightly release at 2 AM UTC
- cron: '0 2 * * *'

jobs:
setup:
Expand All @@ -26,7 +28,7 @@ jobs:
VERSIONS='${{ steps.versions_step.outputs.versionArray }}'
echo "Versions for Matrix: $VERSIONS"
MATRIX=$(echo "$VERSIONS" | jq -c '{versions: .} | .versions | to_entries | map({key: .key, value: (.value | sub("^v"; ""))})')
echo "::set-output name=matrix::{\"include\":$MATRIX}"
echo "::set-output name=matrix::{\"include\":$MATRIX}"
test-drift-vite-hardhat:
needs: setup
Expand Down

0 comments on commit 1aff40d

Please sign in to comment.