Skip to content

Commit

Permalink
chore: tweak ci for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Feb 14, 2020
1 parent 86d7fb8 commit 6c723d6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Node.JS CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: lint & test
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
- uses: bahmutov/npm-install@v1
- run: yarn ci
e2e:
name: cypress
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
Expand Down
32 changes: 32 additions & 0 deletions ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
chore: tweak ci for cypress

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date: Tue Jan 28 15:09:12 2020 -0600
#
# On branch symbol-support
# Your branch is up to date with 'origin/symbol-support'.
#
# Changes to be committed:
# modified: .github/workflows/ci.yml
#
# ------------------------ >8 ------------------------
# Do not modify or remove the line above.
# Everything below it will be ignored.
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6cad64f..3831a0c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,9 +9,10 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: yarn ci
e2e:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-16.04
name: cypress
steps:
- uses: actions/checkout@v1
- uses: bahmutov/npm-install@v1
+ - uses: cypress-io/github-action@v1
- run: yarn ci-e2e
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
DocumentNode,
FragmentSpreadNode,
FragmentDefinitionNode,
OperationDefinitionNode,
TypeDefinitionNode,
NamedTypeNode,
ValidationRule,
Expand All @@ -33,7 +32,6 @@ import {
// import { Position } from 'graphql-language-service-utils';
import {
Hover,
DiagnosticSeverity,
SymbolInformation,
SymbolKind,
} from 'vscode-languageserver-types';
Expand Down

0 comments on commit 6c723d6

Please sign in to comment.