Skip to content

Commit

Permalink
Create blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akashshinde authored and pedjak committed Dec 16, 2020
1 parent da13cff commit 8240b23
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: acceptance-tests

on:
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v1

- name: Run acceptance tests
run: make github-actions-ci

- uses: actions/upload-artifact@master
name: Upload test report
with:
name: helm-acceptance-testing-report-${{ github.sha }}
path: acceptance-testing-reports/${{ github.sha }}/
if: always()

0 comments on commit 8240b23

Please sign in to comment.