Skip to content

Commit

Permalink
fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik authored Apr 1, 2024
1 parent 57c69e8 commit c531ed9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
needs:
- build
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Checkout code
uses: actions/checkout@v3

Expand All @@ -54,4 +59,4 @@ jobs:
export MONGO_DB_URL=http://127.0.0.1
export FIREBASE_CRED_PATH=./example.json
export ANDROID_CHANNEL_NAME=example
make test
make test

0 comments on commit c531ed9

Please sign in to comment.