Skip to content

Commit

Permalink
Enable Azure publish unit tests in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan authored and randombenj committed Apr 29, 2022
1 parent 751fd2f commit 0a17988
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,20 @@ jobs:
pip install -U pip setuptools
pip install -r system/requirements.txt
- name: Install Azurite
id: azuright
uses: potatoqualitee/azuright@v1.1

- name: Get aptly version
run: |
make version
- name: Make
env:
RUN_LONG_TESTS: ${{ matrix.run_long_tests }}
AZURE_STORAGE_ENDPOINT: "127.0.0.1:10000"
AZURE_STORAGE_ACCOUNT: "devstoreaccount1"
AZURE_STORAGE_ACCESS_KEY: "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
run: |
make
Expand Down

0 comments on commit 0a17988

Please sign in to comment.