Skip to content

Commit

Permalink
Rename pytest action
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 22, 2024
1 parent 4afa991 commit 27bd49b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: pytest
name: test

on:
pull_request:
branches:
- master
schedule:
- cron: "0 5 * * 5"

jobs:
molecule:
Expand Down Expand Up @@ -36,7 +34,7 @@ jobs:
- name: Install role requirements
run: make requirements

- name: Run molecule tests.
- name: Run tests.
run: make test
env:
PY_COLORS: "1"
Expand Down

0 comments on commit 27bd49b

Please sign in to comment.