From e50cee7a76c157d9337533182134e46386e213ee Mon Sep 17 00:00:00 2001 From: Brian Turek <2017685+Caligatio@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:47:11 +0100 Subject: [PATCH] Tweak Github Actions steps --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a537283..5161200 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,9 +12,11 @@ jobs: node-version: 'latest' - uses: browser-actions/setup-chrome@v1 - uses: browser-actions/setup-firefox@v1 - - name: Run Karma Tests + - name: Install dependencies + run: npm install + - name: Run source tests + run: npm run test + - name: Build and run dist/ tests run: | - npm install - npm run test npm run build npm run test_dist