Skip to content

Commit

Permalink
removed tests to test publication flow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAlekseevichPopov committed May 18, 2024
1 parent 078c161 commit a56d5dc
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 1,626 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@ on:
- '[0-9]+.[0-9]+.[0-9]+-dev'

jobs:
# test:
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v3
#
# - name: Set up JDK 1.8
# uses: actions/setup-java@v3
# with:
# distribution: temurin
# java-version: 8
#
# - name: Test
# run: ./gradlew test
# env:
# OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8

- name: Test
run: ./gradlew test
env:
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}

publish:
needs: [test]
runs-on: ubuntu-latest

steps:
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit a56d5dc

Please sign in to comment.