Skip to content

Commit

Permalink
Merge pull request #18 from jobscore/chore/update_ci
Browse files Browse the repository at this point in the history
Update CI actions
  • Loading branch information
GlauberrBatista authored Nov 30, 2023
2 parents abceae9 + ac0c741 commit 3c9dfd5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: CI
on:
push:
branches:
- master
pull_request:

jobs:
Expand All @@ -10,10 +13,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
role_name_check: 1
dependency:
name: galaxy
driver:
Expand Down

0 comments on commit 3c9dfd5

Please sign in to comment.