Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Testing aws access

Testing aws access #11

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: |
aws sts get-caller-identity --region eu-west-2
# aws s3 ls --profile cst-test
make build