Skip to content

Commit

Permalink
bugfixg
Browse files Browse the repository at this point in the history
  • Loading branch information
dshearer committed Mar 21, 2020
1 parent e7964e0 commit 3504194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-debian.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Build and Test on Ubuntu

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Test package
run: |
if sudo robot --include socketsink --pythonpath platform_tests/keywords platform_tests/suites; then
if sudo robot --include test --pythonpath platform_tests/keywords platform_tests/suites; then
echo "::set-env name=PASSED_TESTS::true"
else
echo "::set-env name=PASSED_TESTS::false"
Expand Down

0 comments on commit 3504194

Please sign in to comment.