Skip to content

Commit

Permalink
Run azurite before running tests on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 7, 2023
1 parent 0dedd03 commit 4854f3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: 🙏 build
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}

- name: ⚙ azurite
run: |
npm install [email protected]
npx azurite &
- name: 🧪 test
uses: ./.github/workflows/test

Expand Down

0 comments on commit 4854f3f

Please sign in to comment.