Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 31, 2024
1 parent ccb4e26 commit 2b3b568
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
main:
needs: build_app
name: Tests
uses: mainio/gha-decidim-module/.github/workflows/ci_rspec.yml@main
secrets: inherit
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: Install dependencies
run: npm install
Expand All @@ -34,4 +36,3 @@ jobs:

- name: Run Tests
run: npm test

0 comments on commit 2b3b568

Please sign in to comment.