Skip to content

Commit

Permalink
remove comment, add quotes to variable, and create workflow file
Browse files Browse the repository at this point in the history
Co-authored-by: James Herr <[email protected]>
  • Loading branch information
pluckyswan and jherrflexion committed Dec 19, 2024
1 parent 3c850de commit 1f0dde2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
file_path=../examples/Test/Automated/
if [ "${{ github.event.inputs.name }}" == "Golden Copy Staging Test" ]; then
test_type=goldenCopyTest
title=Golden Copy
title="Golden Copy"
file_path=../examples/Test/GoldenCopy/Expected/
fi
echo "test_type=$test_type" >> $GITHUB_OUTPUT
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class GoldenCopyTest extends Specification {

def "Compare files"() {
// Currently reusing automated staging test workflows but we might need to pivot for cron schedule
// Get golden copy for 006

given:
def matchedFiles = fileMatcher.matchFiles(azureFiles, localFiles)
Expand Down

0 comments on commit 1f0dde2

Please sign in to comment.