Skip to content

Upgraded depencies to latest version | Test works on local and docker #9

Upgraded depencies to latest version | Test works on local and docker

Upgraded depencies to latest version | Test works on local and docker #9

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI (WebdriverIO)
on:
push:
branches: [ "new-master" ]
pull_request:
branches: [ "new-master" ]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies versions in the package-lock.json
run: npm ci
- run: npm run build --if-present
- name: Run Test
run: npm test
- uses: actions/upload-artifact@v1
if: failure()

Check failure on line 35 in .github/workflows/node.js.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/node.js.yml

Invalid workflow file

You have an error in your yaml syntax on line 35
with:
name: logs
path: logs