Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 committed Jul 3, 2024
1 parent a23ec09 commit 539808d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: CI/CD

on:
- merge_group
- pull_request
- push
- pull_request
- workflow_dispatch

env:
FORCE_COLOR: 1
SIGNING_SECRET: "xma1238904"

concurrency:
cancel-in-progress: true
Expand Down Expand Up @@ -41,6 +42,10 @@ jobs:
with:
python-version: "3.11"

- name: Set up environment variables
env:
SIGNING_SECRET: ${{ env.SIGNING_SECRET }}

- name: Install dependencies
run: |
python -m pip install --upgrade poetry
Expand Down

0 comments on commit 539808d

Please sign in to comment.