Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
ci: Setup GitHub actions windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed Aug 7, 2020
1 parent 40cfb6c commit 134c4a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 47 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Windows CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install
run: npm install
- name: Percy Test
uses: percy/exec-action@master
with:
command: "node snapshot.js"
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
22 changes: 0 additions & 22 deletions appveyor.yml

This file was deleted.

25 changes: 0 additions & 25 deletions dependencies.yml

This file was deleted.

0 comments on commit 134c4a2

Please sign in to comment.