We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c40cce + b2c7999 commit 2ef9acbCopy full SHA for 2ef9acb
.github/workflows/releaseops-aura-tests.yml
@@ -0,0 +1,19 @@
1
+name: "ReleaseOps Aura Tests"
2
+# Executes graphql tests in the ReleaseOps Aura environment as part of the Neo4j ReleaseOps pipeline.
3
+# Triggered by ReleaseOps from TeamCity, to validate the new database version, before a release.
4
+on:
5
+ workflow_dispatch:
6
+
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}-aura
9
+ cancel-in-progress: true
10
11
+jobs:
12
+ aura-professional-5-tests:
13
+ uses: ./.github/workflows/reusable-aura-tests.yml
14
+ with:
15
+ BRANCH: ${{ github.head_ref || github.ref }}
16
+ secrets:
17
+ URI: ${{ secrets.RELEASEOPS_AURA_PROFESSIONAL_5_URI }}
18
+ PASSWORD: ${{ secrets.RELEASEOPS_AURA_PROFESSIONAL_5_PASSWORD }}
19
+ concurrency: aura-professional-5
0 commit comments