Skip to content

Commit

Permalink
Rename testing workflow. Move packages file to not clutter `workflo…
Browse files Browse the repository at this point in the history
…ws` directory
  • Loading branch information
schloerke committed Nov 8, 2023
1 parent 103d397 commit 8e96314
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
File renamed without changes.
15 changes: 10 additions & 5 deletions .github/workflows/testing.yml → .github/workflows/_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ on:
name: r-wasm actions

jobs:
build-workflow:
# Uses `build-wasm-packages@v1` internally
uses: ./.github/workflows/build.yml
with:
packages: .github/_testing/packages
build:
name: Build wasm artifacts
runs-on: ubuntu-latest
container: ghcr.io/r-wasm/webr:main
steps:
- uses: actions/checkout@v3
- name: Build wasm packages
uses: ./build-wasm-packages
with:
packages: .github/workflows/packages
- uses: actions/checkout@v3
- name: Build wasm packages
uses: ./build-wasm-packages
with:
packages: .github/_testing/packages
download:
name: Download wasm artifacts
needs: build
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# GitHub Actions for working with R and WebAssembly
![r-wasm actions](https://github.com/r-wasm/actions/actions/workflows/testing.yml/badge.svg)

![r-wasm actions](https://github.com/r-wasm/actions/actions/workflows/_testing.yml/badge.svg)

This repository stores GitHub Actions associated with R WebAssembly tasks, which can be used in CI. It also has a number of example workflows which use these actions.

Expand Down

0 comments on commit 8e96314

Please sign in to comment.