Skip to content

Commit

Permalink
CI nits
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma committed Sep 8, 2023
1 parent 2af9554 commit aac62c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
- cron: "0 0 * * *"

workflow_dispatch:

permissions:
contents: read

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ jobs:
- name: Install Python dependencies
run: poetry install

- name: Install AlgoKit
run: pipx install algokit

- name: Run LocalNet
run: |
pipx install algokit
algokit localnet start
run: algokit localnet start

- name: Sleep to allow the LocalNet to start
run: |
sleep 5
sleep 10
algokit localnet status
- name: Test
Expand Down

0 comments on commit aac62c2

Please sign in to comment.