Skip to content

Commit

Permalink
Merge branch 'develop' into feature/958-external-files
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Dec 5, 2023
2 parents 374f419 + fb3f639 commit b4325ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
workflow_dispatch:

env:
DATABASE_URL: postgres://user:password@localhost:5432/readux
Expand Down Expand Up @@ -51,17 +52,17 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.2'
ruby-version: "2.7.2"

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.12'
node-version: "18.12"

- name: Install system requirements
run: |
Expand Down Expand Up @@ -100,4 +101,4 @@ jobs:
- name: Test Webpack build
run: |
npm install
npx webpack
npx webpack

0 comments on commit b4325ef

Please sign in to comment.