Skip to content

Commit

Permalink
Merge pull request #4 from ilyasmirnov03/develop
Browse files Browse the repository at this point in the history
Ci, style and misc changes
  • Loading branch information
ilyasmirnov03 committed Dec 15, 2023
2 parents 43024b4 + dca50ec commit 4e8cbce
Show file tree
Hide file tree
Showing 35 changed files with 1,338 additions and 191 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Build
name: Deploy

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '!main'

jobs:
build:
test:

runs-on: self-hosted

Expand Down
Loading

0 comments on commit 4e8cbce

Please sign in to comment.