Skip to content

Commit

Permalink
test 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 25, 2024
1 parent bdad21c commit 205a51d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ jobs:
needs: [Setup,Branch]
runs-on: ubuntu-latest
environment: dev
steps:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Set repository version variables
id: setversion
run: |
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#007.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ test 1
test 2
test 3
test 4
test 5
test 5
test 6

0 comments on commit 205a51d

Please sign in to comment.