1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:25:48 -04:00

remove docker stuff (it doesn't play nice with webpack/gulp/etc.)

This commit is contained in:
2021-06-27 10:17:58 -04:00
parent f5f64eb87e
commit fde728bf22
8 changed files with 22 additions and 50 deletions

View File

@@ -17,10 +17,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linters
run: yarn lint
- run: yarn install --frozen-lockfile
- run: yarn lint
snapshot:
runs-on: ubuntu-latest
@@ -32,11 +30,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build site
run: yarn build
- name: Percy snapshots
uses: percy/snapshot-action@v0.1.2
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: percy/snapshot-action@v0.1.2
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}