Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolf10 committed Feb 15, 2024
1 parent 5427233 commit 6979b36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ on:
type: string
jobs:
Build-Storybook-Assets:
name: Test
runs-on: ubuntu-latest
steps:
- name: Store environment variables
env:
pr: ${{ github.event.number }}
run: |
echo "pr=$pr" >> $GITHUB_ENV
shell: bash
- name: Print Event Number
run: echo "$pr"
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Node
Expand Down

0 comments on commit 6979b36

Please sign in to comment.