Skip to content

Commit

Permalink
Test gives goreleaser proper tag for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joereuss12 committed Jan 17, 2024
1 parent 977bc6d commit b7fd313
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down Expand Up @@ -59,9 +61,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Fetch tags
run: |
git config --global --add safe.directory /__w/pelican/pelican
git fetch --force --tags
- name: Cache Next.js
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -127,5 +135,3 @@ jobs:
cp dist/pelican_linux_amd64_v1/pelican ./
- name: Run Integration Tests
run: ./github_scripts/citests.sh
- name: Run End-to-End Tests
run: ./github_scripts/get_put_test.sh

0 comments on commit b7fd313

Please sign in to comment.