mirror of
https://github.com/xlucn/PAT.git
synced 2026-09-25 05:23:59 +08:00
try to update github actions, format and step name
This commit is contained in:
@@ -2,19 +2,17 @@ name: Sample Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: make
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: make
|
||||
- name: test
|
||||
- name: Test
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user