Skip to content

Commit

Permalink
Adding basic pipeline (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 authored Aug 5, 2024
1 parent 2d067b8 commit f617dc0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI
on:
schedule:
- cron: '0 0 * * *'

push:
branches:
- main
pull_request:
branches:
- main

workflow_dispatch:

permissions:
contents: read
actions: read
checks: write

jobs:
build-and-test:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4

0 comments on commit f617dc0

Please sign in to comment.