Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEVOPS-248] Migrate CircleCI to Github actions #1313

Merged
merged 12 commits into from
Sep 20, 2023
Prev Previous commit
Next Next commit
Added missing closed bracket
MarkCalvert committed Aug 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 481c4f490d55c8e9e6161a2534d2574bb57409fd
2 changes: 1 addition & 1 deletion .github/workflows/nightwatch.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
uses: dpc-sdp/github-actions/.github/workflows/run_e2e_fe.yml@main
secrets: inherit
with:
tags: "(@smoke and @core) or (@smoke and @${{ inputs.e2e_project }}"
tags: "(@smoke and @core) or (@smoke and @${{ inputs.e2e_project }})"
be_url: ${{ inputs.e2e_be_url }}
fe_url: ${{ inputs.e2e_fe_url }}
project: ${{ inputs.e2e_project }}