Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add test for gh workflow #49

Closed
say8425 opened this issue Dec 24, 2020 · 0 comments · Fixed by #50
Closed

add test for gh workflow #49

say8425 opened this issue Dec 24, 2020 · 0 comments · Fixed by #50
Labels
🏭 ci Faster and more reliable

Comments

@say8425
Copy link
Owner

say8425 commented Dec 24, 2020

jobs:  
  test:  
    runs-on: ubuntu-latest  
    name: test-action  
    steps:  
     - name: Store ENV from AWS SecretManager
       uses: say8425/aws-secrets-manager-actions@v1
       with:
         AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
         AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
         AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
         SECRET_NAME: ${{ secrets.SECRET_NAME }}
     - name: Should have SCIENTIFIC_NAME
       uses: therussiankid92/gat
       with:  
         assertion: should.equal  
         expected: Pygoscelis adeliae
         actual: ${{ env.SCIENTIFIC_NAME }}  
  • add test tag
@say8425 say8425 added the 🏭 ci Faster and more reliable label Dec 24, 2020
@say8425 say8425 linked a pull request Dec 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏭 ci Faster and more reliable
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant