Skip to content

Integrate deal making with Filecoin via Singularity #41

Integrate deal making with Filecoin via Singularity

Integrate deal making with Filecoin via Singularity #41

name: AWS CLI S3 Upload Test
on: [ pull_request ]
jobs:
test:
name: Run Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Start Containers
run: docker compose -f "docker-compose.yaml" up -d --build
- name: Test
env:
AWS_ACCESS_KEY_ID: 'accessKey1'
AWS_SECRET_ACCESS_KEY: 'verySecretKey1'
AWS_DEFAULT_REGION: 'location-motion-v1'
uses: ./.github/actions/aws-cli-s3-upload-test
- name: Stop Containers
if: always()
run: docker compose -f 'docker-compose.yaml' down