Merge branch 'feature/codecov-action' of github.com:fireblade-engine/ecs into feature/codecov-action

This commit is contained in:
Christian Treffs 2020-08-12 22:01:50 +02:00
commit 6d688f184f
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 6 additions and 0 deletions

View File

@ -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