Skip to content

Commit

Permalink
test release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 13, 2023
1 parent be5cbe5 commit 022f2b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ on:
- 'patch'

jobs:
run-test:
name: Run Tests
uses: platformatic/meraki/.github/workflows/test.yml@main

release:
name: Release
needs: run-test
runs-on: ubuntu-latest
steps:
- name: Run tests
uses: platformatic/meraki/.github/workflows/test.yml@main
- name: Checkout
uses: actions/checkout@v4
- name: 'Automated Version Bump'
Expand Down

0 comments on commit 022f2b1

Please sign in to comment.