Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matootie committed Apr 8, 2020
1 parent 4b89b33 commit 541780c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: "test-local"
name: "Run locally"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
paths:
- dist/index.js
jobs:
test:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
if: github.repository == 'matootie/dokube'
- uses: ./
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: universe
clusterName: yoiksoft
- run: kubectl get nodes

0 comments on commit 541780c

Please sign in to comment.