Skip to content

fix: upgrade firebase-functions from 5.0.1 to 5.1.1 #33

fix: upgrade firebase-functions from 5.0.1 to 5.1.1

fix: upgrade firebase-functions from 5.0.1 to 5.1.1 #33

Workflow file for this run

name: Automated API tests using Postman CLI
on: push
jobs:
automated-api-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Postman CLI
run: |
curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh
- name: Login to Postman CLI
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
- name: Run API tests
run: |
postman collection run "${{ github.workspace }}/postman/collections/commerce.json"