Skip to content

Commit

Permalink
NEW (Extension) @W-16812379@ Add production heartbeat test - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jag-j committed Oct 1, 2024
1 parent 0c1735a commit 2fda885
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/production-heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,17 @@ jobs:
os: [{vm: ubuntu-latest, exe: .sh}, {vm: windows-2019, exe: .cmd}]
node: ['lts/*']
runs-on: ${{ matrix.os.vm }}
timeout-minutes: 60
timeout-minutes: 60
steps:
# === Setup. We need to get the code, set up nodejs, and create the results directory. ===
- uses: actions/checkout@v4
with:
ref: 'release'
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- run: mkdir smoke-test-results

0 comments on commit 2fda885

Please sign in to comment.