Skip to content

Commit

Permalink
Merge pull request #90 from fajarafriansh/dev
Browse files Browse the repository at this point in the history
Development pass
  • Loading branch information
fajarafriansh authored Jan 10, 2021
2 parents b3dae13 + 0d8c3a7 commit d8df36b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Get code from repo
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
# Install NodeJS
- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
# Get code from repo
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
# Install NodeJS
- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/test.yml

This file was deleted.

3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

9 changes: 0 additions & 9 deletions cypress/integration/init.spec.js

This file was deleted.

0 comments on commit d8df36b

Please sign in to comment.