Skip to content

Commit

Permalink
Fix CI yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbnolok committed Oct 19, 2023
1 parent 41ac2a4 commit 3a42ffb
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,19 @@ jobs:
node-version: 10.x
- name: Install dependencies
run: npm install
- name: Run headless test
uses: GabrielBB/[email protected]
with:

# Basic testing
run: |
npm ci
env:
CI: true
- name: Run headless test 1 (Basic)
run: npm ci

# Run headless test (Mocha test)
#uses: GabrielBB/[email protected]
#with:
# run: |
# npm test

# Test once the grammar. FIXME: we need code examples!
- name: Run headless test 2 (Validate grammar)
# Test once the grammar. FIXME: we need SCP code examples!
with:
run: |
export CI_NIX_FOLDER="$PWD"
.ci-commands/project/test.sh
if: runner.os == 'Linux'


0 comments on commit 3a42ffb

Please sign in to comment.