Skip to content

Commit

Permalink
cleaned up ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn committed Mar 20, 2020
1 parent 11c980c commit 2126158
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Test With Secrets
id: secret-testing
env:
MY_VAR: ${{ secrets.TEST }}
run: |
echo $MY_VAR
- name: Install Dependencies with NPM
id: installation
run: |
Expand Down

0 comments on commit 2126158

Please sign in to comment.