Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
binaek committed Jan 12, 2024
1 parent 7e917db commit 86cf76b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build_and_test:
name: Build and run tests
needs: golangci_lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -113,6 +113,17 @@ jobs:
run: |
cd ~/work/steampipe-postgres-fdw/steampipe-postgres-fdw/steampipe-postgres-fdw/
make install
- name: GZip
run: |
cd ~/work/steampipe-postgres-fdw/steampipe-postgres-fdw/steampipe-postgres-fdw
tar -czvf ../build.tar.gz ./build-$(uname)
- name: Upload FDW Build
uses: actions/upload-artifact@v4
with:
name: fdw-build
path: build.tar.gz

- name: Setup BATS
uses: mig4/setup-bats@v1
Expand Down

0 comments on commit 86cf76b

Please sign in to comment.