Skip to content

Commit

Permalink
ci: rename standard tests, update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Dec 28, 2022
1 parent 39ae7f5 commit fcb4157
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: galaxy

'on':
"on":
push:
branches:
- master
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Galaxy upload
uses: robertdebock/[email protected].0
uses: robertdebock/[email protected].1
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: general

'on':
"on":
push:
branches:
- master
Expand All @@ -28,18 +28,18 @@ jobs:

matrix:
scenario:
- ubuntu
- default

steps:
- name: Checkout source
uses: actions/checkout@v3
with:
path: ${{ github.repository }}

- name: Molecule tests
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
molecule_args: --scenario-name ${{ matrix.scenario }}
env:
ANSIBLE_FORCE_COLOR: "1"

...
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: readme

'on':
"on":
push:
branches:
- master
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fcb4157

Please sign in to comment.