Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/morningstar-api-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 committed Jul 30, 2024
2 parents 0f29a9f + 7fffb1c commit b8cd093
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Tests

on:
pull_request:
branches:
- 'main'

jobs:
test-webpack:
name: Test Webpack
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'

- name: Install dependencies
run: npm install

- name: Compile Webpack
run: npm run webpack

0 comments on commit b8cd093

Please sign in to comment.