aaaa
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -3,11 +3,11 @@ name: main
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt-get install gifsicle graphicsmagick
|
# - run: sudo apt-get install gifsicle graphicsmagick
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
@@ -20,6 +20,8 @@ jobs:
|
|||||||
# - run: yarn test --ci
|
# - run: yarn test --ci
|
||||||
# - run: yarn build:lib
|
# - run: yarn build:lib
|
||||||
|
|
||||||
- uses: platane/github-contribution-grid-snake@master
|
- uses: actions/hello-world-javascript-action@v1
|
||||||
with:
|
with:
|
||||||
github_user_name: platane
|
github_user_name: platane
|
||||||
|
|
||||||
|
- run: ls
|
||||||
|
|||||||
Reference in New Issue
Block a user