From 7e0c534b09d376bb4b43af1360fecf4ca351abcd Mon Sep 17 00:00:00 2001 From: MariaPaula Trujillo Date: Thu, 22 Feb 2024 16:16:27 +0100 Subject: [PATCH] Update gh workflows to not use dotrun snap --- .github/workflows/pr.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e864bc2..4d64c35 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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 @@ -97,7 +97,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install requirements run: | @@ -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