Skip to content
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

chore: Testing #1399

Merged
merged 13 commits into from
Aug 27, 2021
Merged
Prev Previous commit
Next Next commit
chore: Rename workflow file for separating CI jobs
  • Loading branch information
maxwellmattryan committed Aug 26, 2021
commit 948416952fe9eec2dfbb320844a2f481d2c20935
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Firefly CI
name: Test

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:
- 'develop'

jobs:
test-shared:
shared:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down