Skip to content

Commit

Permalink
Merge pull request #1148 from HubSpot/br/test-on-latest
Browse files Browse the repository at this point in the history
Test on latest npm version
  • Loading branch information
brandenrodgers authored Aug 22, 2024
2 parents 2c5db0a + 0b3fa82 commit bdda7df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- '*'
# Scheduled jobs will only run on the default branch
schedule:
- cron: '* */5 * * *' # Run every 5 hours
- cron: '0 */5 * * *' # Run every 5 hours
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,7 +21,7 @@ jobs:
run: npm install
- name: Test Latest CLI Release
run: |
npm run test-cli --cliVersion="5.0.2"
npm run test-cli --cliVersion="latest"
env:
PORTAL_ID: ${{ secrets.ACCEPTANCE_TEST_PORTAL_ID }}
PERSONAL_ACCESS_KEY: ${{ secrets.ACCEPTANCE_TEST_PERSONAL_ACCESS_KEY }}
Expand Down

0 comments on commit bdda7df

Please sign in to comment.