1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00

Update test.yml

This commit is contained in:
Anton Titovets 2024-03-15 17:06:55 +03:00 committed by GitHub
parent 65e33c60c4
commit 18fdb283a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ jobs:
Decode:
runs-on: ubuntu-latest
needs: Convert
steps:
- uses: actions/checkout@v2
@ -42,6 +43,7 @@ jobs:
Testing:
runs-on: ubuntu-latest
needs: Decode
steps:
- uses: actions/checkout@v2
@ -71,6 +73,7 @@ jobs:
Encode:
runs-on: ubuntu-latest
needs: Testing
steps:
- uses: actions/checkout@v2