Skip to content

Commit

Permalink
VIC-262: Deploy admin console
Browse files Browse the repository at this point in the history
updated github actions
  • Loading branch information
adnanalicic committed Feb 6, 2022
1 parent 857ff1f commit 162c6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
eslint_dir: ./
eslint_extensions: js,ts,tsx
prettier: true
prettier_dir: ./
- name: test and build
run: |
echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
# npm run test
npm run build
- name: Bump version
if: startsWith(env.BRANCH,'release') == true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
eslint_dir: ./
eslint_extensions: js,ts,tsx
prettier: true
prettier_dir: ./src
prettier_dir: ./
- name: test and build
run: |
echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
# npm run test
npm run build
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 162c6e7

Please sign in to comment.