Merge branch 'feature/codecov-action' of github.com:fireblade-engine/ecs into feature/codecov-action
This commit is contained in:
commit
6d688f184f
|
|
@ -46,6 +46,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: "Update APT"
|
||||
shell: bash
|
||||
run: "apt update"
|
||||
- name: "Install curl"
|
||||
shell: bash
|
||||
run: "apt-get install -y curl"
|
||||
- name: Swift version
|
||||
run: swift --version
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue