diff --git a/.github/workflows/Combined.yml b/.github/workflows/Combined.yml new file mode 100644 index 00000000..165e2a0a --- /dev/null +++ b/.github/workflows/Combined.yml @@ -0,0 +1,64 @@ +[![.github/workflows/Combined.yml](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml/badge.svg?branch=Creakthistle-path-1&event=check_run)](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml)[![.github/workflows/Combined.yml](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml/badge.svg?branch=Creakthistle-path-1&event=check_run)](https://github.com/Creakthistle/ailab/actions/workflows/Combined.yml) + + + + # Allows you to run this workflow manually from the Actions tab + - name: workflow_dispatch + runs-on: ubuntu-latest + jobs: + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. + - name: Cache + uses: actions/cache@v2.1.6 + with: + # A list of files, directories, and wildcard patterns to cache and restore + path: Buildanintelligentbot + Creakthistle/curly-octo-computing-machine + # An explicit key for restoring and saving the cache + key: -0b0 +1 00011 1579 + # An ordered list of keys to use for restoring the cache if no cache hit occurred for key + restore-keys: # optional + # The chunk size used to split up large files during upload, in bytes + upload-chunk-size: # optional + + + + if-no-files-found: # optional, default is warn + # Duration after which artifact will expire in days. 0 means using default retention. +Minimum 1 day. Maximum 90 days unless changed from the repository settings page. + + retention-days: # optional + + - name: Setup Go environment + uses: actions/setup-go@v2.1.4 + with: Buildanintelligentbot, curly-octo-computing-machine + # The Go version to download (if necessary) and use. Supports semver spec and ranges. + go-version: # optional + # Whether to download only stable versions + stable: # optional, default is true + # Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user. + token: # optional, default is ${{ github.token }} + + - name: Upload a Build Artifact + uses: actions/upload-artifact@v2.2.4 + with: + # Artifact name + name: Arbitrary + # A file, directory or wildcard pattern that describes what to upload + path: curly-octo-computing-machine + # The desired behavior if no files are found using the provided path. +Available Options: + warn: Output a warning but do not fail the action + error: Fail the action with an error message + ignore: Do not output any warnings or errors, the action does not fail + + +