Skip to content

Commit

Permalink
chore(#19): wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jan 2, 2022
1 parent 8016aae commit d2be6a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- master
- develop
pull_request:
branches:
- main
- master
- develop

jobs:
ci:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@master

- run: cd nuxt
- run: cd nuxt && echo 'test'
- name: Setup node env 🏗
uses: actions/[email protected]
with:
Expand Down

0 comments on commit d2be6a3

Please sign in to comment.