mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-05 14:09:25 +00:00
rehaul action yml
This commit is contained in:
parent
fcf106bb6b
commit
b0a09ce52f
3 changed files with 42 additions and 31 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue