Skip to content

Commit

Permalink
Update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 31, 2024
1 parent 8ba9c3d commit ccb4e26
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/ci_locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,19 @@ 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

- name: Install dependencies
run: npm install

- name: Update Chromedriver
run: npm install [email protected]

- name: Run Tests
run: npm test

0 comments on commit ccb4e26

Please sign in to comment.