Skip to content

Commit

Permalink
ci(drop): this is just a ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Oct 19, 2024
1 parent cf95842 commit 4be41de
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci-relog-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Attempt to run the tests on the local machine

name: CI Pipeline

# Controls when the workflow will run
on:
pull_request:
types: [opened, synchronize]

# Define the jobs that will run in the workflow
jobs:
build:
runs-on: ubuntu-latest

steps:
# Checkout the repository to the runner
- name: Checkout code
uses: actions/checkout@v3

# Set up Python environment
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

0 comments on commit 4be41de

Please sign in to comment.