Skip to content

Commit

Permalink
Removed working directory, think that was breaking things
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Jul 29, 2020
1 parent 3c4f2aa commit 2e93322
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ name: ESLint
on:
push:
pull_request:
defaults:
run:
working-directory: ./
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'
- name: Install modules
run: npm install
- name: Run ESLint
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ts-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Typescript Compile
on:
push:
pull_request:
defaults:
run:
working-directory: ./
jobs:
typescript-compile:
name: Typescript Compile
Expand Down
2 changes: 1 addition & 1 deletion provisioning/dev/start-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- name: Run npm install for Websocket deps
docker_container:
name: ps2alerts-websocket-npm
image: node:11
image: node:12
volumes:
- "{{ root_dir | realpath }}:/app:rw"
user: "{{ id.stdout }}:{{ id.stdout }}"
Expand Down

0 comments on commit 2e93322

Please sign in to comment.