diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48874f2..32e878d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,16 +18,17 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: 'main' + ref: main - name: Set up python uses: actions/setup-python@v5 with: python-version: '3.11' - name: Build run: make compile-with-docker-all - - name: Run Tests - run: | # have to set up python? + - name: Run Integ Tests + run: | make tests-with-docker + make integ-tests - name: Release uses: softprops/action-gh-release@v2 with: