mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 03:45:26 +00:00
rehaul action yml
This commit is contained in:
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@@ -1,3 +1,16 @@
|
||||
action "action a" {
|
||||
uses = "./codecov-action/"
|
||||
}
|
||||
name: Codecov action workflow
|
||||
on: [push]
|
||||
jobs:
|
||||
run:
|
||||
name: Run
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest,macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Set Node.js 10.x
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
version: 10.x
|
||||
|
||||
Reference in New Issue
Block a user