Skip to content

Commit

Permalink
chore: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Dec 15, 2020
1 parent 9f4f118 commit a03e553
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release on NPM
name: Publish

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
node-version: '13.x'
- run: yarn install
# Publish
- run: yarn build
- run: yarn compile
- run: yarn test
env:
GH_TOKEN: ${{ secrets.GH_SPONSORS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test GraphQL Middleware
name: Test

on: [push, pull_request]

Expand All @@ -14,7 +14,7 @@ jobs:
node-version: '13.x'
- run: yarn install
# Test
- run: yarn build
- run: yarn compile
- run: yarn test
env:
GH_TOKEN: ${{ secrets.GH_SPONSORS_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# graphql-middleware

[![Actions Status](https://github.com/maticzav/graphql-middleware/workflows/Test/badge.svg)](https://github.com/maticzav/graphql-middleware/actions)
[![codecov](https://codecov.io/gh/prisma/graphql-middleware/branch/master/graph/badge.svg)](https://codecov.io/gh/prisma/graphql-middleware)
[![npm version](https://badge.fury.io/js/graphql-middleware.svg)](https://badge.fury.io/js/graphql-middleware)

Expand Down

0 comments on commit a03e553

Please sign in to comment.