Skip to content

Commit

Permalink
Refactor github actions workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Feb 27, 2020
1 parent d2d08a9 commit 4c3fecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
path: molecule_demo
path: "${{ github.repository }}"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand All @@ -27,4 +27,4 @@ jobs:
pip install -r requirements.txt
- name: Test with molecule
run: |
molecule test
molecule test

0 comments on commit 4c3fecf

Please sign in to comment.