Skip to content

Commit

Permalink
Change test
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Mar 28, 2024
1 parent f6bb6f4 commit 8026201
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/test-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cloning repository
uses: actions/checkout@v4

- name: 'Default'
- name: Setting up Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: npm

- name: Installing Node.js packages
run: npm ci

- name: Running tests
run: |
echo 'we require a job named "test", but not all pull requests trigger an action. So we created this small silly job named "test" that will always pass, just to make sure nothing hangs as a result of not triggering an actual job.'
npx gulp updateTestResources
npm run test:platform

0 comments on commit 8026201

Please sign in to comment.