Skip to content

Commit

Permalink
Update gh workflows to not use dotrun snap
Browse files Browse the repository at this point in the history
  • Loading branch information
mtruj013 committed Feb 22, 2024
1 parent 8e67476 commit 7e0c534
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dotrun
uses: canonical/install-dotrun@main

- name: Install dependencies
run: /snap/bin/dotrun install
run: dotrun install

- name: Run dotrun
run: |
/snap/bin/dotrun &
dotrun &
curl --head --fail --retry-delay 1 --retry 30 --retry-connrefused http://localhost:8030/security/api/docs
lint-python:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Node dependencies
run: yarn install
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install requirements
run: |
Expand All @@ -120,7 +120,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check inclusive naming
uses: canonical-web-and-design/inclusive-naming@main
Expand Down

0 comments on commit 7e0c534

Please sign in to comment.