Skip to content

Refactor integration tests for improved readability and consistency; … #16

Refactor integration tests for improved readability and consistency; …

Refactor integration tests for improved readability and consistency; … #16

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy
run: echo "Deploy step (customize for your deployment target)"