Skip to content

chore(deps): bump graphql from 16.6.0 to 16.8.1 #429

chore(deps): bump graphql from 16.6.0 to 16.8.1

chore(deps): bump graphql from 16.6.0 to 16.8.1 #429

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
- develop
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 6.0.1
- name: Install dependencies
run: yarn install
- name: Generate ECDSA keys
run: |
openssl ecparam -genkey -name prime256v1 -noout -out jwt_private_key.pem
openssl ec -in jwt_private_key.pem -pubout -out jwt_public_key.pem
- name: Test and generate coverage
run: sudo yarn coverage
- uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info