Skip to content

Commit

Permalink
Edit workflow (#676)
Browse files Browse the repository at this point in the history
* fix workflow
  • Loading branch information
AlexeyCL authored Jul 10, 2024
1 parent 9058e88 commit b9f124d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ name: Video Player PR
on:
workflow_dispatch:


env:
CI: true

jobs:

e2e:
name: install
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Node setup
uses: ./.github/actions/node-setup

- name: Fast Install
uses: npm install
- name: NPM Install
run: npm install

- name: E2E tests
run: npm run test:e2e
Expand Down

0 comments on commit b9f124d

Please sign in to comment.