10000 Creating a GitHub Action to run automated tests by prestoncarman · Pull Request #200 · Arduino-CI/arduino_ci · GitHub
[go: up one dir, main page]

Skip to content

Creating a GitHub Action to run automated tests #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing workflow names
  • Loading branch information
prestoncarman committed Nov 15, 2020
commit 456bbf3c66eac3a7783fb53971a46d3f74a46e4e
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is the name of the workflow, visible on GitHub UI
name: Arduino CI
name: linux

# Run on a Push or a Pull Request
on: [push, pull_request]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is the name of the workflow, visible on GitHub UI
name: Arduino CI
name: windows

# Run on a Push or a Pull Request
on: [push, pull_request]
Expand Down
0