Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sartim committed Aug 12, 2024
1 parent 52023b8 commit 1b622f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
environment: testing
services:
postgres:
image: postgres:10.8
Expand All @@ -22,6 +23,7 @@ jobs:
run: echo "Run unit tests"
build:
runs-on: ubuntu-latest
environment: staging
services:
postgres:
image: postgres:10.8
Expand All @@ -36,6 +38,8 @@ jobs:
max-parallel: 1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Get latest tag from main branch
id: get_latest_main_tag
run: |
Expand Down

0 comments on commit 1b622f6

Please sign in to comment.