Skip to content

Commit

Permalink
Added link to some external docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Dec 6, 2023
1 parent a11ffd1 commit 4b5d361
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This workflow splits the tests to run across multiple nodes. This significantly reduces the testing time, as the
# tests require starting Octopus, MSSQL, and then running Terraform against the Octopus instance.
# See # Refer to https://github.com/hashicorp-forge/go-test-split-action for more information on how the tests are split.

name: Integration Tests
'on':
workflow_dispatch: {}
Expand Down Expand Up @@ -109,8 +113,6 @@ jobs:
uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16

- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4b5d361

Please sign in to comment.