Skip to content

Commit

Permalink
test 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 23, 2024
1 parent be1cbb4 commit 0bc2151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
setup:
Setup:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
# Update lower environment version elements
gh variable set UGM_BUILD_VERSION --env dev --body "${{steps.tag-selector.outputs.tagversion}}"
gh variable list --env dev
Build:
needs: [Setup,GenerateTag]
runs-on: ubuntu-latest
environment: test
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#005.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test 1
test 1
test 2

0 comments on commit 0bc2151

Please sign in to comment.