Skip to content

Commit

Permalink
test: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Nov 20, 2024
1 parent 5071f28 commit 835a398
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-22.04 ]
python-version: [ '3.8', '3.11' ]
node-version: [ 18 ]
npm-version: [ 10.5.x ]
Expand Down Expand Up @@ -70,9 +70,6 @@ jobs:
run: |
make base-requirements
- name: Initiate Mongo DB Service
run: sudo systemctl start mongod

- name: Add node_modules bin to $Path
run: echo $GITHUB_WORKSPACE/node_modules/.bin >> $GITHUB_PATH

Expand Down

0 comments on commit 835a398

Please sign in to comment.