Skip to content

Commit

Permalink
Trying to get GitHub Actions CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbriolat committed Oct 27, 2019
1 parent d6fcb2c commit 061a049
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Install tox
run: pip install tox
- name: Run tests with tox
run: tox

0 comments on commit 061a049

Please sign in to comment.