Skip to content

Update logos for Kosli integration #14

Update logos for Kosli integration

Update logos for Kosli integration #14

Workflow file for this run

name: Build and test
on:
pull_request:
workflow_call:
jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: '-c .pre-commit-ci.yaml'
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Prettier
run: npm run prettier:check
- name: Run tests
run: npm run test:ci
env:
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
- name: Build schema
run: npm run build
- name: Store test results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: always()
with:
name: test-results
path: ./reports/junit/