From 4c3fecf41e510c418d49e4b56010c23e6cf0ad92 Mon Sep 17 00:00:00 2001 From: p-netm Date: Thu, 27 Feb 2020 16:46:38 +0300 Subject: [PATCH] Refactor github actions workflow file --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37e96ae..899f0c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -27,4 +27,4 @@ jobs: pip install -r requirements.txt - name: Test with molecule run: | - molecule test \ No newline at end of file + molecule test