Skip to content

#added AWS IAM authentication #1994

#added AWS IAM authentication

#added AWS IAM authentication #1994

Workflow file for this run

name: PR Tests
on: pull_request
permissions:
contents: read
jobs:
tests:
name: Run Tests
runs-on: macos-15
steps:
- name: Checkout the Git repository
uses: actions/checkout@v6
- name: Build and run tests
run: ./Scripts/build.sh tests
env:
DEVELOPER_DIR: '/Applications/Xcode_16.2.app/Contents/Developer'