Skip to content

Commit

Permalink
back to build
Browse files Browse the repository at this point in the history
  • Loading branch information
KareimGazer committed Sep 22, 2024
1 parent ed3ab53 commit c9ee53c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
push:
branches:
- main
pull_request:
branches: [main]
types: [opened, synchronize]

jobs:
simple_deployment_pipeline:
runs-on: windows-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -20,5 +17,6 @@ jobs:
run: npm install
- name: Lint Code
run: npm run lint

- name: Build
run: npm run build

0 comments on commit c9ee53c

Please sign in to comment.